ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
9

javax.persistence.EntityNotFoundException

javax.persistence Exception EntityNotFoundException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.EntityNotFoundException Implemented
9

javax.persistence.ManyToOne

javax.persistence Annotation ManyToOne Target: Fields (including property get methods) Defines ... on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value: javax.persistence.FetchType.EAGER Since: JPA 1.0
9

javax.persistence.QueryTimeoutException

javax.persistence Exception QueryTimeoutException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.QueryTimeoutException Implemented Interfaces
9

javax.persistence.criteria.JoinType

javax.persistence.criteria Enum JoinType java.lang.Object java.lang.Enum<javax.persistence.criteria.JoinType> javax.persistence.criteria.JoinType Implemented Interfaces: Serializable ... are not required to be supported in Java Persistence 2.0. Applications that use RIGHT join types
9

javax.persistence.AssociationOverride

javax.persistence Annotation AssociationOverride Target: Classes and fields (including property ... column(s) being mapped to the persistent attribute(s). The join column(s) being mapped to the persistent attribute(s). The joinColumns elements must be specified if a foreign key mapping is used in
9

javax.persistence.metamodel.EmbeddableType

javax.persistence.metamodel Interface EmbeddableType<X> Superinterfaces: ManagedType<X>, Type<X ... PersistenceType getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0 Set< PluralAttribute<?,?,?>> getPluralAttributes() Return
9

javax.persistence.Enumerated

javax.persistence Annotation Enumerated Target: Fields (including property get methods) Specifies that a persistent property or field should be persisted as a enumerated type. The Enumerated ... mapping an enum type. (Optional) The type used in mapping an enum type. Default value: javax.persistence.EnumType.ORDINAL Since: JPA 1.0
9

javax.persistence.OneToOne

javax.persistence Annotation OneToOne Target: Fields (including property get methods) When using ... loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence
9

javax.persistence.metamodel.IdentifiableType

javax.persistence.metamodel Interface IdentifiableType<X> Superinterfaces: ManagedType<X>, Type<X> Subinterfaces: EntityType, MappedSuperclassType Instances of the type IdentifiableType represent ... getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type
9

javax.persistence.ManyToMany

javax.persistence Annotation ManyToMany Target: Fields (including property get methods) Defines ... is a requirement on the persistence provider runtime that the associated entities must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value: javax

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support